projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f6135
)
(reftex-nearest-match): store-match-data => set-match-data.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 04:55:19 +0000
(
04:55
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 04:55:19 +0000
(
04:55
+0000)
lisp/textmodes/reftex.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex.el
b/lisp/textmodes/reftex.el
index 5e21935ba19bf0b5015651bc58a450333bf142a4..f588531eee2868e1fee90a7aa7e24bdd42ef06fd 100644
(file)
--- a/
lisp/textmodes/reftex.el
+++ b/
lisp/textmodes/reftex.el
@@
-5201,7
+5201,7
@@
With argument, actually select the window showing the cross reference."
((not match2) match1)
((< (abs (- pos (car match1))) (abs (- pos (car match2)))) match1)
(t match2)))
- (if match (progn (s
tore
-match-data match) t) nil)))
+ (if match (progn (s
et
-match-data match) t) nil)))
(defun reftex-auto-mode-alist ()
;; Return an `auto-mode-alist' with only the .gz (etc) thingies.